Spread for ASP.NET 7.0 Product Documentation
GroupSparkline(CellRange[]) Method
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > GroupSparkline Method : GroupSparkline(CellRange[]) Method


location
The location.

Glossary Item Box

Groups the sparkline to the active sparkline.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange _
) As ExcelSparklineGroup
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim location() As CellRange
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location)
C# 
public ExcelSparklineGroup GroupSparkline( 
   CellRange[] location
)

Parameters

location
The location.

Example

This example groups sparklines.
C#Copy Code
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) });
Visual BasicCopy Code
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)})

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.